home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK11⁄89.cpt / LImacSTACK.11_89 / card_5748.txt < prev    next >
Text File  |  1989-11-02  |  1KB  |  47 lines

  1. -- card: 5748 from stack: in.11_89
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 20383
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=41 top=170 right=192 bottom=189
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Try it with Calculator
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   doMenu "Calculator"
  23.   show msg at 10,207
  24.   put "Click the DA to make it active... click the msg box to return to HC"
  25.   visual scroll left
  26.   go next
  27.   visual scroll right
  28.   go prev
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part contents for background part 1
  34. ----- text -----
  35. SHORTCUTS
  36.  
  37. -- part contents for background part 2
  38. ----- text -----
  39.  
  40. Using DAs
  41.  
  42. -- part contents for background part 3
  43. ----- text -----
  44.  
  45. HyperCard won't let you work with DAs in the same way that other applications do. You can't just click on the HyperCard window to send the DA to the rear. You must close the DA in order to make HyperCard active again.
  46.  
  47. BUT... if you keep the msg box on screen and cover the DA window with it, you can toggle back and forth between the DA and HyperCard by clicking on the msg box.